GenerativeComponents Help

Exercise: Using { } to generate a list

  1. Continuing in the same file, right click on the point01 node and select Edit from the pop up menu. The Node Properties dialog opens with point01 properties listed.
  2. Replace the following with:
    • XTranslation: {1,2,3,4,5}
    • YTranslation: {2,4,6,8,10}
    • ZTranslation: 0
Results in point01[0], point01[1], point01[2], point01[3], point01[4]